home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global giWhereIWas, gsCleanUpHandler, gbVideoUp, name, girly, virgin, fish
- set virgin to 0
- buttonLogic()
- if the result = 1 then
- set fish to 0
- sound fadeIn 2, 2 * 60
- repeat with x = 1 to 48
- puppetSprite(x, 0)
- set the visible of sprite x to 1
- end repeat
- if girly = 1 then
- bGoOnGirl()
- else
- set girly to 0
- end if
- set gbVideoUp to 0
- puppetSprite(17, 0)
- repeat with x = 25 to 29
- puppetSprite(x, 0)
- set the visible of sprite x to 0
- end repeat
- unLoad(521)
- unLoad(250)
- set name to 0
- puppetSound(0)
- namechange2()
- go(giWhereIWas)
- end if
- end
-